home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / pmode / 386p_099 / release1.doc < prev    next >
Encoding:
Text File  |  1994-05-03  |  1.7 KB  |  39 lines

  1. THINGS YOU MAY SEE IN 386Power+XGE Rev. 1.00 (June/July 1994)
  2.  
  3. Virtual DMA Scatter/Gather support routines
  4.         At last an easy way to deal with DMA under protected mode!
  5.         You can ALREADY use VDS Scatter/Gather but you have to do it
  6.         on you own and lock memory if you run under DPMI.
  7.         In the next release i will add simple "call and forget"
  8.         routines to handle DMA setup.
  9.         I'm working on ways to work around the limitations
  10.         of ISA bus (the 16Mbyte limit) and try to see if VDS
  11.         work correctly under protected mode too (the docs are confusing
  12.         about this).
  13.         
  14. Skeleton code to build SOUND DRIVERS for any sound card you can get the docs.
  15.         I just have the beeper to make sound (actually noise)
  16.         but a friend of mine has a Gravis Ultrasound
  17.         (guess what will be the only complete driver included into
  18.          386P+XGE 1.0) and since the "sound production" model is nearly the
  19.          same for all the boards around, a code skeleton can be adapted
  20.          to any sound card available once you have the docs.
  21.          
  22. DIGITAL MIXER, mix multiple sound samples with various effects.
  23.  
  24. ENVIRONMENT parser (to configure sound cards and extract system info).
  25.  
  26. -------------------------------------------------------------------------------
  27. THINGS YOU CAN BET WILL BE IN 386P+XGE 1.0
  28.  
  29. Complete Map/Tile handling routines (i already have working code, but
  30. i'm optimizing sone little things to get better execution timings under DPMI).
  31.  
  32. Better sound on the PC-Speaker (the PWM thing included into rev. 0.999
  33.          has some quirks and squeaky things).
  34.  
  35. Joystick support
  36.  
  37. WAV support (including compressed sound data).
  38.          
  39.